home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / MATHS / PLPLOT / PLPLOT.ZIP / cf / miscdemo.i < prev    next >
Encoding:
Text File  |  1994-07-29  |  447 b   |  17 lines

  1. # -----------------------------------------------------------------------
  2. # $Id: miscdemo.in,v 1.2 1994/07/29 06:54:27 mjl Exp $
  3. #
  4. # Maurice LeBrun
  5. # IFS, University of Texas at Austin
  6. # 24-Jul-1994
  7. #
  8. # Miscellaneous targets for demos.  Right now only cleanup.
  9. # Only used in standalone demo Makefile.
  10. # -----------------------------------------------------------------------
  11.  
  12. # Cleanup
  13.  
  14. clean:
  15.     -rm $(CDEMOS) $(FDEMOS) $(TKDEMOS) *$O *.ps *.plm
  16.  
  17.